CIMPLICITY REST API Web Service
CIMPLICITY REST API Web Service / All Operations Resource Group / /projects/{projectId}/SQLConnections:read (Post)
In This Topic
    Post/projects/{projectId}/SQLConnections:read
    In This Topic
    Description
    Gets an array of SQL Connections that satisfy the filter criteria specified in the request body.
    Parameters
    NameDescriptionData Type
    the id of the projectstring
    Request (application/json)

    The request body is of type object.

    Overview

    Filters : SQLFilter
    Table_id : string
    The table_id of the table for which connection has to be fetched
    ConnectionType : CimSQLConnectionType
    200 Response

    The response body is of type ServerSettings.

    results from the call

    Overview

    ServerSettings
    The results of the Settings Get.
    MaxReadRequestObjects : number
    The maximum number of objects that can be read in one call.
    MaxWriteRequestObjects : number
    The maximum number of objects that can be written in one call.
    Fault Responses
    FaultDescription
    This fault returns a response body of type ProblemDetails.
    General error
    Remarks
    Returns JSON containing an array of SQL Connections
    See Also